Dot-decimal Notation
   HOME

TheInfoList



OR:

Dot-decimal notation is a presentation format for numerical data. It consists of a string of decimal numbers, using the
full stop The full stop (Commonwealth English), period (North American English), or full point , is a punctuation mark. It is used for several purposes, most often to mark the end of a declarative sentence (as distinguished from a question or exclamation ...
(''dot'') as a separation character. A common use of dot-decimal notation is in information technology where it is a method of writing numbers in
octet Octet may refer to: Music * Octet (music), ensemble consisting of eight instruments or voices, or composition written for such an ensemble ** String octet, a piece of music written for eight string instruments *** Octet (Mendelssohn), 1825 compos ...
-grouped base-10 (
decimal The decimal numeral system (also called the base-ten positional numeral system and denary or decanary) is the standard system for denoting integer and non-integer numbers. It is the extension to non-integer numbers of the Hindu–Arabic numeral ...
) numbers. In
computer networking A computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are ma ...
, Internet Protocol Version 4 (IPv4) addresses are commonly written using the quad-dotted notation of four decimal integers, ranging from 0 to 255 each.


IPv4 address

In computer networking, the notation is associated with the specific use of ''quad-dotted notation'' to represent IPv4 addresses and used as a synonym for ''dotted-quad notation''. Dot-decimal notation is a presentation format for numerical data expressed as a string of decimal numbers each separated by a full stop. For example, the
hexadecimal number In mathematics and computing, the hexadecimal (also base-16 or simply hex) numeral system is a Numeral system#Positional systems in detail, positional numeral system that represents numbers using a radix (base) of 16. Unlike the decimal system ...
''0xFF000000'' may be expressed in dot-decimal notation as ''255.0.0.0''. An IPv4 address has 32 bits. For purposes of representation, the bits may be divided into four octets written in decimal numbers, ranging from 0 to 255, concatenated as a character string with full stop delimiters between each number. This octet-grouped dotted-decimal format may more specifically be called "dotted octet" format, or a "dotted quad address". For example, the address of the
loopback Loopback (also written loop-back) is the routing of electronic signals or digital data streams back to their source without intentional processing or modification. It is primarily a means of testing the communications infrastructure. There are m ...
interface, usually assigned the host name
localhost In computer networking, localhost is a hostname that refers to the current device used to access it. It is used to access the network services that are running on the host via the loopback network interface. Using the loopback interface bypasses a ...
, is 127.0.0.1. It consists of the four octets, written in binary notation: ''01111111'', ''00000000'', ''00000000'', and ''00000001''. The 32-bit number is represented in hexadecimal notation as ''0x7F000001''. No formal specification of this textual IP address representation exists. The first mention of this format in
RFC RFC may refer to: Computing * Request for Comments, a memorandum on Internet standards * Request for change, change management * Remote Function Call, in SAP computer systems * Rhye's and Fall of Civilization, a modification for Sid Meier's Civ ...
documents was in RFC 780 for the
Mail Transfer Protocol The Simple Mail Transfer Protocol (SMTP) is an Internet standard communication protocol for electronic mail transmission. Mail servers and other message transfer agents use SMTP to send and receive mail messages. User-level email clients typical ...
published May 1981, in which the IP address was supposed to be enclosed in brackets or represented as a 32-bit decimal integer prefixed by a pound sign. A table in RFC 790 (''Assigned Numbers'') used the dotted decimal format, zero-padding each number to three digits. RFC 1123 (''Requirements for Internet Hosts – Application and Support'') of October 1989 mentions a requirement for host software to accept “IP address in dotted-decimal ("#.#.#.#") form”, although it notes “ is last requirement is not intended to specify the complete syntactic form for entering a dotted-decimal host number”. An IETF draft intended to define textual representation of IP addresses expired without further activity. A popular implementation of IP networking, originating in
4.2BSD The History of the Berkeley Software Distribution begins in the 1970s. 1BSD (PDP-11) The earliest distributions of Unix from Bell Labs in the 1970s included the source code to the operating system, allowing researchers at universities to modify a ...
, contains a function ''inet_aton()'' for converting IP addresses in character string representation to internal binary storage. In addition to the basic four-decimals format and 32-bit numbers, it also supported intermediate syntax forms of ''octet.24bits'' (e.g. 10.1234567; for Class A addresses) and ''octet.octet.16bits'' (e.g. 172.16.12345; for Class B addresses). It also allowed the numbers to be written in
hexadecimal In mathematics and computing, the hexadecimal (also base-16 or simply hex) numeral system is a positional numeral system that represents numbers using a radix (base) of 16. Unlike the decimal system representing numbers using 10 symbols, hexa ...
and
octal The octal numeral system, or oct for short, is the radix, base-8 number system, and uses the Numerical digit, digits 0 to 7. This is to say that 10octal represents eight and 100octal represents sixty-four. However, English, like most languages, ...
representations, by prefixing them with 0x and 0, respectively. These features continue to be supported in some software, even though they are considered as non-standard. This means addresses with a component written with a leading zero digit may be interpreted differently in programs that do or do not recognize such formats. A
POSIX The Portable Operating System Interface (POSIX) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. POSIX defines both the system- and user-level application programming interf ...
-conforming variant of ''inet_aton'', the ''inet_pton()'' function, supports only the four-decimal variant of IP addresses. IP addresses in dot-decimal notation are also presented in
CIDR notation Classless Inter-Domain Routing (CIDR ) is a method for allocating IP addresses and for IP routing. The Internet Engineering Task Force introduced CIDR in 1993 to replace the previous classful network addressing architecture on the Internet. Its g ...
, in which the IP address is suffixed with a slash and a number, used to specify the length of the associated routing prefix. For example, 127.0.0.1/8 specifies that the IP address has an eight-bit routing prefix, and therefore the subnet mask ''255.0.0.0''.


OIDs

Object identifier In computing, object identifiers or OIDs are an identifier mechanism standardized by the International Telecommunication Union (ITU) and ISO/IEC for naming any object, concept, or "thing" with a globally unambiguous persistent name. Syntax and le ...
s use a style of dot-decimal notation to represent an arbitrarily deep hierarchy of objects identified by decimal numbers. They may also use textual words separated by dots, like some computer languages (see
inheritance Inheritance is the practice of receiving private property, Title (property), titles, debts, entitlements, Privilege (law), privileges, rights, and Law of obligations, obligations upon the death of an individual. The rules of inheritance differ ...
).


Version numbers

Software releases are often given
version number Software versioning is the process of assigning either unique ''version names'' or unique ''version numbers'' to unique states of computer software. Within a given version number category (e.g., major or minor), these numbers are generally assig ...
s in dot-decimal notation, with the first digit designating major revisions and the smaller ones progressively more minor releases. Version numbers with a leading zero, say "0.1.8", conventionally indicate that the software is still in
beta Beta (, ; uppercase , lowercase , or cursive ; grc, βῆτα, bē̂ta or ell, βήτα, víta) is the second letter of the Greek alphabet. In the system of Greek numerals, it has a value of 2. In Modern Greek, it represents the voiced labiod ...
and does not yet have complete features.


Libraries

Libraries use notation systems consisting of decimal numbers separated by dots, such as the older
Dewey Decimal Classification The Dewey Decimal Classification (DDC), colloquially known as the Dewey Decimal System, is a proprietary library classification system which allows new books to be added to a library in their appropriate location based on subject. Section 4.1 ...
and the
Universal Decimal Classification The Universal Decimal Classification (UDC) is a bibliographic and library classification representing the systematic arrangement of all branches of human knowledge organized as a coherent system in which knowledge fields are related and inter-link ...
, to classify books and other works by subject. The UDC additionally codes works with ''multiple'' dot-decimal topics, separated by colons.


Texts

Dot-decimal notation is often used for sections within a large text. This was standardized in
ISO 2145 International standard ISO 2145 defines a typographic convention for the "numbering of divisions and subdivisions in written documents". It applies to any kind of document, including manuscripts, books, journal articles, and standards. Description ...
.


Medicine

Dot-decimal notation is also used to describe illnesses in a language-neutral way. For instance, the
AO Foundation The AO Foundation is a nonprofit organization dedicated to improving the care of patients with musculoskeletal injuries or pathologies and their sequelae through research, development, and education of surgeons and operating room personnel. The AO ...
/
Orthopaedic Trauma Association Orthopedic surgery or orthopedics ( alternatively spelt orthopaedics), is the branch of surgery concerned with conditions involving the musculoskeletal system. Orthopedic surgeons use both surgical and nonsurgical means to treat musculoskeletal ...
(AO/OTA) classification generates numeric codes for describing
broken toe } A broken toe is a type of bone fracture. Symptoms include pain when the toe is touched near the break point, or compressed along its length (as if gently stubbing the toe). There may be bruising, swelling, stiffness, or displacement of the broke ...
s. They run 88 eaning_a_fracture_of_the_phalanges.html" ;"title="phalanges.html" ;"title="eaning a fracture of the phalanges">eaning a fracture of the phalanges">phalanges.html" ;"title="eaning a fracture of the phalanges">eaning a fracture of the phalanges''.[number-code of toe, with the big toe=1 and the little toe=5].[number-code of phalanx, counting 1-3 outwards from the foot].[number-code of location on the bone, with 1 being the inner end, 3 the outer, and 2 in-between]. So, for instance, 88.5.3.2 means a fracture to the little toe's outermost bone, in the center. There are other classifications for other fractures and dislocations.


See also

* *
ISO 2145 International standard ISO 2145 defines a typographic convention for the "numbering of divisions and subdivisions in written documents". It applies to any kind of document, including manuscripts, books, journal articles, and standards. Description ...
*
Decimal section numbering A paragraph () is a self-contained unit of discourse in writing dealing with a particular point or idea. Though not required by the orthographic conventions of any language with a writing system, paragraphs are a conventional means of organizing e ...


References

{{DEFAULTSORT:Dot-Decimal Notation Network addressing